Remove use of display-buffer-in-major-side-window
authorJustin Burkett <justin@burkett.cc>
Mon, 31 Oct 2016 17:48:14 +0000 (13:48 -0400)
committerJustin Burkett <justin@burkett.cc>
Mon, 31 Oct 2016 17:48:14 +0000 (13:48 -0400)
commitfc7482e4a2063697738a405686ebc62d87697ab8
tree4b7b74ad1779b93c116e4393d0baa7712def60e4
parentee121d08bf3b505f0dc2e5a6a8a425f1c3943fad
Remove use of display-buffer-in-major-side-window

According to emacs bug #24828, this is an internal function and should
not be used. Following the advice from that report, switch to
display-buffer-in-side-window and add an option for the user to specify
the slot value for that function.

Fixes #146
which-key.el